Inc Procedures
What does the inc procedure defined below do?
inc
def inc(n): return n + 1
Nothing
Takes a number as input, and outputs that number plus one
Takes a number as input, and outputs the same number
Takes two numbers as inputs, and outputs their sum